ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ScatterMapLayer<T> Class
Members






In This Topic
    ScatterMapLayer<T> Class
    In This Topic
    Represents scatter map layer.
    Object Model
    ScatterMapLayer<T> Class
    Syntax
    'Declaration
     
    
    Public Class ScatterMapLayer(Of T) 
       Inherits ExtraMapLayer(Of T)
    'Usage
     
    
    Dim instance As ScatterMapLayer(Of T)
    public class ScatterMapLayer<T> : ExtraMapLayer<T> 
    public class ScatterMapLayer = class(ExtraMapLayer)
    JScript does not support Generics.
    public __gc class ScatterMapLayer<T> : public ExtraMapLayer<T> 
    generic<typename T>
    public ref class ScatterMapLayer : public ExtraMapLayer<T> 
    Type Parameters
    T
    Remarks
    The data for ScatterMapLayer is a collection of points in geographical coordinates.
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.MapLayerBase<T>
          C1.Web.Mvc.ExtraMapLayer<T>
             C1.Web.Mvc.ScatterMapLayer<T>

    See Also